ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.Validation Namespace / ValidationUtils Class / ValidateInteger Method / ValidateInteger(Nullable<Int32>) Method
An System.Int32 value to validate.

In This Topic
    ValidateInteger(Nullable<Int32>) Method
    In This Topic
    Validates a nullable integer value to make sure it is valid and is within the specified usual default RDL min/max range limit (0, int.maxvalue).
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ValidateInteger( _
       ByVal value As Nullable(Of Integer) _
    ) 
    public static void ValidateInteger( 
       Nullable<int> value
    )

    Parameters

    value
    An System.Int32 value to validate.
    Exceptions
    ExceptionDescription
    Throws if the value is out of range limit.
    See Also